home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Floyd Take Me < prev    next >
Text File  |  1999-09-26  |  919b  |  64 lines

  1. // Floyd Take Me...  By Andy O'Meara
  2.  
  3.  
  4. Resn=5,
  5.  
  6. Durn="7",
  7.  
  8. CamX="300 ",
  9. CamY="300 + 100 * cos( .15 * t )",
  10. CamZ="420 + 200 * cos( t * .28 ) * ( sin( t * .34 ) )^2",
  11.  
  12. CmLX="1",
  13. CmLY="1"
  14. CmLZ="0",
  15.  
  16. CUpX="0",
  17. CUpY="0",
  18. CUpZ="1",
  19.  
  20. C4="(1-dt)^3",
  21. C5="(1-C4 ) * ( rnd( .3 ) + .7)",
  22.  
  23. R=".09 * c4 + c5",
  24. G=".25 * c4 + c5",
  25. B=".7 * c4 + c5",
  26.  
  27. A0="1.00001",
  28.  
  29. BckR=".09",
  30. BckG=".25",
  31. BckB=".7",
  32.  
  33. widt=380,heig=280,
  34.  
  35. ConL=0,ConB=1,
  36.  
  37. LWdt="3",
  38.  
  39. Fall=".035",
  40.  
  41.  
  42. C0="seed( st )",
  43.  
  44. C1="rnd( 6.283 )",                                                    // Initial angle
  45. C2="rnd( 20 ) + 100",  // initial base radial distance
  46. C3="rnd( 150 ) + 70",  // initial radial slope
  47.  
  48. D0="c2 + c3 * s",          // Initial radial base distance
  49. D1="D0 * ( .5 + 1.5/((3*(dt+.3))^2) )",    // Current r
  50.                               
  51. D2="c1 - 32000 * D1 ^ (-2) + .2 * s",     // present angle
  52.  
  53.  
  54. X="D1 * cos( d2 )",
  55. Y="d1 * sin( d2 )",
  56. Z="20 * mag( s )",
  57.  
  58.  
  59. Scal="620",
  60. ScSz=1,
  61.  
  62. Pers="500",
  63.  
  64. Vers=30